Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.3
Is it possible to define your own style sheet in the XAML application?

Q:

Is it possible to define your own style sheet in the XAML application?

A:

You can use the following XAML sample code to include a custom style sheet in your Sheer UI application:

 

    <FormPage>

          <RenderLiteral>

            <Stylesheet Src="/custom.css"/>

          </RenderLiteral>